home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-28 | 1.5 KB | 82 lines | [TEXT/CWIE] |
- /*
- Copyright © 1993-1995 by Fabrizio Oddone
- ••• ••• ••• ••• ••• ••• ••• ••• ••• •••
- This source code is distributed as freeware: you can copy, exchange, modify this
- code as you wish. You may include this code in any kind of application: freeware,
- shareware, or commercial, provided that full credits are given.
- You may not sell or distribute this code for profit.
- */
- #include "Types.r"
- #include "BalloonTypes.r"
-
- #include "FabLibResIDs.h"
-
-
- resource 'STR ' (kSTR_EMAILADDR, purgeable) {
- "Fabrizio Oddone <fab@kagi.com>"
- };
-
- resource 'STR ' (kSTR_MAILTOURL, purgeable) {
- "mailto:fab@kagi.com"
- };
-
- resource 'STR ' (kSTR_WWWURLITA, purgeable) {
- "http://www.di.unito.it/pub/WWW/www_student/apple/FabrizioOddone/"
- };
-
- resource 'STR ' (kSTR_WWWURLUSA, purgeable) {
- "http://www.kagi.com/authors/fab/"
- };
-
-
- resource 'hmnu' (kMENU_HCopyWebLocation, purgeable) {
- HelpMgrVersion,
- hmDefaultOptions,
- 0,
- 0,
-
- HMSkipItem { }, /* item -1:Missing menu items */
- {
-
- HMSkipItem { }, /* item 0:Menu Title */
- HMStringResItem { /* item 1:Ita */
- 1200,3,
- 0,0,
- 0,0,
- 0,0
- },
- HMStringResItem { /* item 2:USA */
- 1200,3,
- 0,0,
- 0,0,
- 0,0
- }
- }
- };
-
- resource 'hmnu' (kMENU_HVisitWebLocation, purgeable) {
- HelpMgrVersion,
- hmDefaultOptions,
- 0,
- 0,
-
- HMSkipItem { }, /* item -1:Missing menu items */
- {
-
- HMSkipItem { }, /* item 0:Menu Title */
- HMStringResItem { /* item 1:Ita */
- 1200,5,
- 0,0,
- 0,0,
- 0,0
- },
- HMStringResItem { /* item 2:USA */
- 1200,5,
- 0,0,
- 0,0,
- 0,0
- }
- }
- };
-
-